GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-08-30T11:03:07.197735+00:00",
"SubmitDate": "2026-08-30T11:03:07.197735+00:00",
"ReportPeriodStart": "2026-08-30T11:03:07.197735+00:00",
"ReportPeriodEnd": "2026-08-30T11:03:07.197735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe5d2db9-f578-4cc6-9c62-71c782431004",
"Rows": [
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe5d2db9-f578-4cc6-9c62-71c782431004",
"Rows": [
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"97238ffc-c381-4d42-883b-6618774c006d",
"116f7f41-da03-4014-a90d-0b717f5b2340"
],
"Approvers": [
"685db8dc-4246-4b42-851b-ec722905bcb3",
"039fb753-3d80-4c53-afbe-bc19318e0f77"
],
"ApprovedBy": "c6b57918-7452-467c-b664-959105f2ed4b",
"ApprovalDate": "2026-08-30T11:03:07.197735+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "429fd545-b92d-4944-8769-eaf3e50cc44d",
"WorkPlanId": "09160217-7f04-4ec6-92cc-37de30518fc3",
"id": "3119e9a3-038f-47e9-8435-8b68802d45fb",
"ConfigId": "f8785ed6-7204-4c2b-8b3b-b8bdc5964889"
},
{
"GenerationDate": "2026-08-30T11:03:07.197735+00:00",
"SubmitDate": "2026-08-30T11:03:07.197735+00:00",
"ReportPeriodStart": "2026-08-30T11:03:07.197735+00:00",
"ReportPeriodEnd": "2026-08-30T11:03:07.197735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe5d2db9-f578-4cc6-9c62-71c782431004",
"Rows": [
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe5d2db9-f578-4cc6-9c62-71c782431004",
"Rows": [
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcb01611-2adc-464d-b189-70158859879d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"97238ffc-c381-4d42-883b-6618774c006d",
"116f7f41-da03-4014-a90d-0b717f5b2340"
],
"Approvers": [
"685db8dc-4246-4b42-851b-ec722905bcb3",
"039fb753-3d80-4c53-afbe-bc19318e0f77"
],
"ApprovedBy": "c6b57918-7452-467c-b664-959105f2ed4b",
"ApprovalDate": "2026-08-30T11:03:07.197735+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "429fd545-b92d-4944-8769-eaf3e50cc44d",
"WorkPlanId": "09160217-7f04-4ec6-92cc-37de30518fc3",
"id": "3119e9a3-038f-47e9-8435-8b68802d45fb",
"ConfigId": "f8785ed6-7204-4c2b-8b3b-b8bdc5964889"
}
]